You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > MulDiagLeft Method > TMtx.MulDiagLeft Method ([In] TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.MulDiagLeft Method ([In] TVec)

Multiply matrix with diagonal matrix from the left.

Syntax
C#
Visual Basic
public TMtx MulDiagLeft([In] TVec DiagMtx);

DiagMtx contains the values of the main diagional of the diagonal matrix. Other values of the DiagMtx matrix are assumed to be zero. DiagMtx.Length must be equal to Self.Cols. This operation is the same as calling TMtx.ScaleRows.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!